Release 10.1A: OpenEdge Application Server:
Developing WebSpeed Applications
get-messages
This function returns any messages queued for the specified message group or any message group if the specified group is Unknown value (
Location:?). Messages are returned delimited by a linefeed character (~n).web\method\message.iParameters:INPUT p_grp AS CHARACTERA known message group into which messages may have been queued with the
queue-messagefunction. The Unknown value (?)indicates all message groups.INPUT p_delete AS LOGICALIndicates if the message queue should be emptied. If
Returns: CHARACTER Notes: All queued messages are output after the Web object specified in a URL returns. As such, messages do not remain queued between requests. Examples: See theTRUEis specified, the messages are removed from the queue. IfFALSEis specified, the messages remain queued.output-messagesprocedure inweb\method\message.i.See also:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |